All Questions
Tagged with postgresqldjango
2 questions
2votes
1answer
1kviews
Heroku postgres: potential brute force attack
I have a Django app running on Heroku using Heroku Postgres. I was looking at the latest log (something I don't do very often) and something strange caught my eye. There were all these fatal database ...
1vote
2answers
1kviews
Is it bad to give www-data user access to Postgres client certificate?
I have a first server running a Postgres database. I have allowed remote access to this database, using certificates for authentification (following this tutorial). Now I have a second server running ...